• Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

AltME groups: search

Help · search scripts · search articles · search mailing list

results summary

worldhits
r4wp0
r3wp4
total:4

results window for this page: [start: 1 end: 4]

world-name: r3wp

Group: All ... except covered in other channels [web-public]
Pekr:
2-Aug-2011
That's nice :-) I do remember names like Jeff Kreis, Andrew Martin, 
Frank Sievertsen, Romano Paolo Tenca, and I also most probably forgot 
some other nice rebollers :-)
Group: Ann-Reply ... Reply to Announce group [web-public]
Pekr:
30-Aug-2009
I will be realistic - have not studied the styles yet, but from the 
style browser, I am very disappointed by the look :-( It really looks 
like Amiga 1.3, 25 yars old. Or some very old Unix. Who uses such 
plain buttons and field, with so basic borders? Or is there any skin 
system attached?


As for completness, still the most complete add-on kit for R2 VID 
is some 6 years or more old Romano Paolo Tenca's one - tabbing, grid, 
etc. supported ...
Group: RAMBO ... The REBOL bug and enhancement database [web-public]
Romano:
9-Feb-2005
rebol[
	Author: "Romano Paolo Tenca"
	Date: 10/02/2005
]
split-path-3: func [

 "Splits a file or URL pos. Returns a block containing path and target."
    target [file! url!]
	/local dir pos
][
	parse/all target [
		[#"/" | 1 2 #"." opt #"/"] end (dir: dirize target) |
		pos: any [thru #"/" [end | pos:]] (

   all [empty? dir: copy/part target at target index? pos dir: %./]
			all [find [%. %..] pos: to file! pos insert tail pos #"/"]
		)
	]
	reduce [dir pos]
]
Group: !REBOL3-OLD1 ... [web-public]
Pekr:
21-Aug-2007
I remember romano paolo tenca's 'attach, but it was resizing related. 
Ach, it was 'anchor ....